GET api/reports?names[0]={names[0]}&names[1]={names[1]}
Get list of saved reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| names |
List of saved report types |
Collection of string |
None. |
Body Parameters
None.
Response Information
Resource Description
List of matching saved reports
Collection of SavedReport| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| Name |
User-specified saved report name |
string |
Required |
| Report |
Internal report identifier (Used to load the template and report data) |
string |
Required |
| MailTo |
Mail addresses for scheduled report |
string |
None. |
| MailFileFormats |
Attachment file formats for scheduled report |
string |
None. |
| VisibleToAll |
If set to true, all Users for a Customer may view this report |
boolean |
None. |
| Parameters | Collection of SavedReportParameter |
None. |
|
| User | string |
None. |
|
| UserAccountID | globally unique identifier |
None. |
|
| Owned | boolean |
None. |
|
| ScheduledTask | ScheduledTask |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"id": "5db4af88-255a-4d03-867d-987aeb33a787",
"name": "sample string 2",
"report": "sample string 3",
"mailTo": "sample string 4",
"mailFileFormats": "sample string 5",
"visibleToAll": true,
"parameters": [
{
"$id": "2",
"key": "sample string 1",
"value": "sample string 2"
},
{
"$ref": "2"
}
],
"user": "sample string 7",
"userAccountID": "350a04c1-334a-4d76-8734-f8fe10e83605",
"owned": true,
"scheduledTask": {
"$id": "3",
"id": "94435005-ede3-408b-bd4c-4978a8e21d87",
"accountID": "5406dbc2-74e1-4fe8-8781-94029266eabd",
"data": {
"$id": "4",
"sample string 1": {
"$id": "5"
},
"sample string 3": {
"$id": "6"
}
},
"dataBytes": "QEA=",
"dataFormat": 1,
"dataCompression": 1,
"scheduleType": 0,
"cronExpression": "sample string 3",
"cronExpressionDescription": "sample string 4",
"starts": "2026-06-03T18:34:47.5364914",
"task": "sample string 5",
"description": "sample string 6",
"lastRun": "2026-06-03T18:34:47.5364914",
"created": "2026-06-03T18:34:47.5364914",
"registered": true,
"default": true,
"account": "sample string 10"
}
},
{
"$ref": "1"
}
]
application/xml, text/xml
Sample:
<ArrayOfSavedReport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EziManager.Models.Tenancies">
<SavedReport>
<ID>5db4af88-255a-4d03-867d-987aeb33a787</ID>
<MailFileFormats>sample string 5</MailFileFormats>
<MailTo>sample string 4</MailTo>
<Name>sample string 2</Name>
<Owned>true</Owned>
<Parameters>
<SavedReportParameter>
<_x003C_Key_x003E_k__BackingField>sample string 1</_x003C_Key_x003E_k__BackingField>
<_x003C_Value_x003E_k__BackingField>sample string 2</_x003C_Value_x003E_k__BackingField>
</SavedReportParameter>
<SavedReportParameter>
<_x003C_Key_x003E_k__BackingField>sample string 1</_x003C_Key_x003E_k__BackingField>
<_x003C_Value_x003E_k__BackingField>sample string 2</_x003C_Value_x003E_k__BackingField>
</SavedReportParameter>
</Parameters>
<Report>sample string 3</Report>
<ScheduledTask xmlns:d3p1="http://schemas.datacontract.org/2004/07/EziManager.Models.ScheduledTasks">
<d3p1:Account>sample string 10</d3p1:Account>
<d3p1:AccountID>5406dbc2-74e1-4fe8-8781-94029266eabd</d3p1:AccountID>
<d3p1:Created>2026-06-03T18:34:47.5364914+00:00</d3p1:Created>
<d3p1:CronExpression>sample string 3</d3p1:CronExpression>
<d3p1:CronExpressionDescription>sample string 4</d3p1:CronExpressionDescription>
<d3p1:Data xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:KeyValueOfstringanyType>
<d4p1:Key>sample string 1</d4p1:Key>
<d4p1:Value />
</d4p1:KeyValueOfstringanyType>
<d4p1:KeyValueOfstringanyType>
<d4p1:Key>sample string 3</d4p1:Key>
<d4p1:Value />
</d4p1:KeyValueOfstringanyType>
</d3p1:Data>
<d3p1:DataBytes>QEA=</d3p1:DataBytes>
<d3p1:DataCompression>1</d3p1:DataCompression>
<d3p1:DataFormat>1</d3p1:DataFormat>
<d3p1:Default>true</d3p1:Default>
<d3p1:Description>sample string 6</d3p1:Description>
<d3p1:ID>94435005-ede3-408b-bd4c-4978a8e21d87</d3p1:ID>
<d3p1:LastRun>2026-06-03T18:34:47.5364914+00:00</d3p1:LastRun>
<d3p1:Registered>true</d3p1:Registered>
<d3p1:ScheduleType>Cron</d3p1:ScheduleType>
<d3p1:Starts>2026-06-03T18:34:47.5364914+00:00</d3p1:Starts>
<d3p1:Task>sample string 5</d3p1:Task>
<d3p1:TimeZone xmlns:d4p1="http://schemas.datacontract.org/2004/07/System" i:nil="true" />
</ScheduledTask>
<User>sample string 7</User>
<UserAccountID>350a04c1-334a-4d76-8734-f8fe10e83605</UserAccountID>
<VisibleToAll>true</VisibleToAll>
</SavedReport>
<SavedReport>
<ID>5db4af88-255a-4d03-867d-987aeb33a787</ID>
<MailFileFormats>sample string 5</MailFileFormats>
<MailTo>sample string 4</MailTo>
<Name>sample string 2</Name>
<Owned>true</Owned>
<Parameters>
<SavedReportParameter>
<_x003C_Key_x003E_k__BackingField>sample string 1</_x003C_Key_x003E_k__BackingField>
<_x003C_Value_x003E_k__BackingField>sample string 2</_x003C_Value_x003E_k__BackingField>
</SavedReportParameter>
<SavedReportParameter>
<_x003C_Key_x003E_k__BackingField>sample string 1</_x003C_Key_x003E_k__BackingField>
<_x003C_Value_x003E_k__BackingField>sample string 2</_x003C_Value_x003E_k__BackingField>
</SavedReportParameter>
</Parameters>
<Report>sample string 3</Report>
<ScheduledTask xmlns:d3p1="http://schemas.datacontract.org/2004/07/EziManager.Models.ScheduledTasks">
<d3p1:Account>sample string 10</d3p1:Account>
<d3p1:AccountID>5406dbc2-74e1-4fe8-8781-94029266eabd</d3p1:AccountID>
<d3p1:Created>2026-06-03T18:34:47.5364914+00:00</d3p1:Created>
<d3p1:CronExpression>sample string 3</d3p1:CronExpression>
<d3p1:CronExpressionDescription>sample string 4</d3p1:CronExpressionDescription>
<d3p1:Data xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:KeyValueOfstringanyType>
<d4p1:Key>sample string 1</d4p1:Key>
<d4p1:Value />
</d4p1:KeyValueOfstringanyType>
<d4p1:KeyValueOfstringanyType>
<d4p1:Key>sample string 3</d4p1:Key>
<d4p1:Value />
</d4p1:KeyValueOfstringanyType>
</d3p1:Data>
<d3p1:DataBytes>QEA=</d3p1:DataBytes>
<d3p1:DataCompression>1</d3p1:DataCompression>
<d3p1:DataFormat>1</d3p1:DataFormat>
<d3p1:Default>true</d3p1:Default>
<d3p1:Description>sample string 6</d3p1:Description>
<d3p1:ID>94435005-ede3-408b-bd4c-4978a8e21d87</d3p1:ID>
<d3p1:LastRun>2026-06-03T18:34:47.5364914+00:00</d3p1:LastRun>
<d3p1:Registered>true</d3p1:Registered>
<d3p1:ScheduleType>Cron</d3p1:ScheduleType>
<d3p1:Starts>2026-06-03T18:34:47.5364914+00:00</d3p1:Starts>
<d3p1:Task>sample string 5</d3p1:Task>
<d3p1:TimeZone xmlns:d4p1="http://schemas.datacontract.org/2004/07/System" i:nil="true" />
</ScheduledTask>
<User>sample string 7</User>
<UserAccountID>350a04c1-334a-4d76-8734-f8fe10e83605</UserAccountID>
<VisibleToAll>true</VisibleToAll>
</SavedReport>
</ArrayOfSavedReport>
text/csv
Sample:
Sample not available.
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
Sample:
PK W��\��r� 5 xl/workbook.xml � (� ����0D�&�C���(�N\�z�^�"
�K��|K $��ξ>�=������~,s�-�G0aע��i_�VI�Q�5ϒ���,�+4�S����-��u ^Jeh����f��2k��$l �����"*b�����J�skJz��*�撦2�M��yzN2��7g���PK W��\���� � [Content_Types].xml � (� ���J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
W��\��ug' ' _rels/.rels � (� <?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml" Id="Rf935e7b03b8246cb" /></Relationships>PK W��\i��` � xl/worksheets/sheet1.xml � (� ��_s�0ſ
���$$!t�N[k���ه�gV�0�$Q��7"��du�/&�s��sa�~ԛh/��d3(� �B.�f=;�����dt��]�B��⍾QcP��I�(E]�XnEc�VRՅ��j��ժZ��\�jјC�%6����e���T�j�Ųm�ޜJ�EՀ�hY����#%Vcp�n�)��ɨ�U⠿�������x�ز��ڛ��h)V�nc~�ó�֥�&�V�����:Z���hχji�1HyLi�0�9�g Z촑���6��r��N��zD�B����O;}�M=���z��i��1%)�(OS�����uz��Q�`J(�0������gg=�1��q�P�xF/�y���|����}�Yl��1ˉ��+�#�9?�\ ��_i�'�=�b�S� $,�,<z�i��q�����<D�ݶ���;���Kb�^۷m?��d�vĽO�!��xHL}"�>A���'�x� 6$�}"/>��īO�Cbp�75����}�9>��� �8=
�Տ��z@�����s q�~ �߯�{���G$iIz=� �F@�H�I q# n$č$���7���}ċ$���*��P3)�P�����2�PK W��\{� �� P xl/_rels/workbook.xml.rels � (� ��Mn� F��f_ccR�U�l��6��0�Ql����ٺ�z��Tj��n�B�
<=�����M#;��55dI
���z0]
��>��ݬ�4b�7|?̞�'��Ї0?q�UO���db��n�K���;�"M�[2�����C�m;(z��4� ���uG�`t�~"ϯG�D*���a�WR�BiQ�J� ����e$���]/d��XeXd+*e��2=:�/��M/���rN���l�)J��U�����PK W��\Ѓc'2 E
xl/styles.xml � (� �S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v �F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}� ��LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK W��\�KP�g B xl/sharedStrings.xml � (� }�[O�0��J��\Z'�AI�
��a_V�0����cgm�ۯ�P ���O��9GS-_z=��B��̒�D�:ͅ���]njDց� ���%Ѳ��u�oU�&��4��{��Py�Ӧ�K�O�`�= �^��,[�=E�N���d>#ѨĿ/�?B4�k~]V�k��:*��c��᠍�
��Ե��>n����V���-?�y�B�`�������W�<+�x�=�Dނ}a��9���Eq�3�E��3Vn)���a��~��4>�h~��8?���f��t�&6�`�&�h��&-*P�@����c�_>��{z��`Zd���,�4�0�\Ĭ�y�c;�e��"�,:]���;�OмPK- W��\��r� 5 xl/workbook.xmlPK- W��\���� � [Content_Types].xmlPK-
W��\��ug' ' V _rels/.relsPK- W��\i��` � � xl/worksheets/sheet1.xmlPK- W��\{� �� P t xl/_rels/workbook.xml.relsPK- W��\Ѓc'2 E
� xl/styles.xmlPK- W��\�KP�g B 5 xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
Sample:
PK W��\<߄P� 5 xl/workbook.xml � (� ����0��J}�(� ETB��ҵCwN� ?JR��o�[7�����E۩�z"9+Wښ�ޛ�1(�]�Av\[ >H�b�s�c���D�Y�$�8�Z�QG7�?,g,��FD/�
%A(ڜO�Tk����E���j���o����"*�@bM[�@It�CMSJl)����+��E�� ��V��w�PK W��\���� � [Content_Types].xml � (� ���J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
W��\���' ' _rels/.rels � (� <?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml" Id="R956029514afc4d6e" /></Relationships>PK W��\i��` � xl/worksheets/sheet1.xml � (� ��_s�0ſ
���$$!t�N[k���ه�gV�0�$Q��7"��du�/&�s��sa�~ԛh/��d3(� �B.�f=;�����dt��]�B��⍾QcP��I�(E]�XnEc�VRՅ��j��ժZ��\�jјC�%6����e���T�j�Ųm�ޜJ�EՀ�hY����#%Vcp�n�)��ɨ�U⠿�������x�ز��ڛ��h)V�nc~�ó�֥�&�V�����:Z���hχji�1HyLi�0�9�g Z촑���6��r��N��zD�B����O;}�M=���z��i��1%)�(OS�����uz��Q�`J(�0������gg=�1��q�P�xF/�y���|����}�Yl��1ˉ��+�#�9?�\ ��_i�'�=�b�S� $,�,<z�i��q�����<D�ݶ���;���Kb�^۷m?��d�vĽO�!��xHL}"�>A���'�x� 6$�}"/>��īO�Cbp�75����}�9>��� �8=
�Տ��z@�����s q�~ �߯�{���G$iIz=� �F@�H�I q# n$č$���7���}ċ$���*��P3)�P�����2�PK W��\9a��� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞8� �i7lؖ^�q�I�Ķl��Xp$��U$p%l����I3����ۺ�t~6��"ˁ��f����)��v��℟f�I\Ѿ�)�@����gƢ�e�*BL�H��G1"-�S�2�Ig��!�f��F�V��0}5��'� � ܈������Pd�
�i�`_�J5�g���Л��p^��z}�L�랳����gm��Tf����S�����e�X#e�j�T�.j��/�_PK W��\Ѓc'2 E
xl/styles.xml � (� �S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v �F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}� ��LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK W��\�KP�g B xl/sharedStrings.xml � (� }�[O�0��J��\Z'�AI�
��a_V�0����cgm�ۯ�P ���O��9GS-_z=��B��̒�D�:ͅ���]njDց� ���%Ѳ��u�oU�&��4��{��Py�Ӧ�K�O�`�= �^��,[�=E�N���d>#ѨĿ/�?B4�k~]V�k��:*��c��᠍�
��Ե��>n����V���-?�y�B�`�������W�<+�x�=�Dނ}a��9���Eq�3�E��3Vn)���a��~��4>�h~��8?���f��t�&6�`�&�h��&-*P�@����c�_>��{z��`Zd���,�4�0�\Ĭ�y�c;�e��"�,:]���;�OмPK- W��\<߄P� 5 xl/workbook.xmlPK- W��\���� � � [Content_Types].xmlPK-
W��\���' ' U _rels/.relsPK- W��\i��` � � xl/worksheets/sheet1.xmlPK- W��\9a��� P s xl/_rels/workbook.xml.relsPK- W��\Ѓc'2 E
� xl/styles.xmlPK- W��\�KP�g B 2 xl/sharedStrings.xmlPK � �